home *** CD-ROM | disk | FTP | other *** search
/ A.C.E. 2 / ACE CD 2.iso / FILES / UTILS / GAMESDS3.DMS / GAMESDS3.adf / GDS_Examples.lha / Examples / DEMO < prev    next >
Text File  |  1994-11-03  |  1KB  |  79 lines

  1. if EXISTS bubble
  2.   cd bubble
  3.   bubbles 25
  4.   bubbles 25 hires
  5.   bubble_blank 25
  6.   bubble_blank 10
  7.   bubble_line 20
  8.   bubble_rastport 20
  9.   bubble_virtual 50
  10.   bubble_scroll 20
  11.   bubble_copper 20
  12.   cd /
  13. endif
  14. if EXISTS misc
  15.   cd misc
  16.   vector
  17.   vector hires
  18.   random
  19.   random hires
  20.   cd /
  21. endif
  22. if EXISTS complex
  23.   cd complex
  24.   elves 20
  25.   elves 20 hires
  26.   left_right bat 50
  27.   left_right bat 50 hires
  28.   left_right bat 25 hires
  29.   cd /
  30. endif
  31. if EXISTS sound
  32.   cd sound
  33.   snd pd_samples/bullfrog
  34.   snd pd_samples/presto
  35.   snd pd_samples/bullfrog 3
  36.   snd pd_samples/spring
  37.   snd pd_samples/spring 7 2 0 10
  38.   snd pd_samples/spring 7 3 0 10
  39.   snd pd_samples/spring 3
  40.   snd pd_samples/bullfrog
  41.   cd /
  42. endif
  43. if EXISTS aqua
  44.     cd aqua
  45.     aqua
  46.     cd /
  47. endif
  48. if EXISTS cyber_flight
  49.     cd cyber_flight
  50.     cyber_flight
  51.     cd /
  52. endif
  53. if EXISTS moonrocks
  54.     cd moonrocks
  55.     moonrocks
  56.     cd /
  57. endif
  58. if EXISTS tilemap
  59.     cd tilemap
  60.     2wayscroller
  61.     cd /
  62. endif
  63. if EXISTS picture
  64.     cd picture
  65.     view pd_pix/lakespheres.pic
  66.     view pd_pix/p.rom.jupiter
  67.     cd /
  68. endif
  69. if EXISTS parallax
  70.     cd parallax
  71.     pdemo
  72.     cd /
  73. endif
  74. if EXISTS tank
  75.     cd tank
  76.     battle
  77.     cd /
  78. endif
  79.